|
EPD Extension Kit for MSP430 LaunchPad
|
Sample project code for demonstrating Pervasive Displays Inc. 1.44", 2" or 2.7" EPD. More...
Macros | |
| #define | DCO_1MHz 0 |
| Demonstration by EPD Extension board on EPD for showing the images alternatively or working with EPD Kit Tool. More... | |
| #define | DCO_8MHz 1 |
| #define | DCO_12MHz 2 |
| #define | DCO_16MHz 3 |
Functions | |
| void | set_MCU_frequency (uint8_t select_index) |
| Set CPU work Frequency. More... | |
| void | system_init (void) |
| LaunchPad initialization. | |
| int | main (void) |
| The main function will start showing two images alternatively on corresponding EPD depends on specified EPD size or work with EPD Kit Tool. More... | |
Sample project code for demonstrating Pervasive Displays Inc. 1.44", 2" or 2.7" EPD.
Copyright (c) 2012-2013 Pervasive Displays Inc. All rights reserved.
Authors: Pervasive Displays Inc.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
| #define DCO_1MHz 0 |
Demonstration by EPD Extension board on EPD for showing the images alternatively or working with EPD Kit Tool.
| int main | ( | void | ) |
The main function will start showing two images alternatively on corresponding EPD depends on specified EPD size or work with EPD Kit Tool.
if working with EPD Kit Tool (default)
if showing two images alternatively
| void set_MCU_frequency | ( | uint8_t | select_index | ) |
Set CPU work Frequency.
| select_index | The defined CPU frequency |
1.8.3.1